home *** CD-ROM | disk | FTP | other *** search
/ Virtual Reality StarterKit / Virtual Reality StarterKit.iso / swt / vrs / copyfile.swt / VRS.BAT < prev    next >
Encoding:
DOS Batch File  |  1993-10-12  |  583 b   |  33 lines

  1. echo off
  2. mode co80
  3. cls
  4. IF EXIST SETUP.VI goto START
  5. goto SETUP
  6. :START
  7. IF EXIST LPG.* goto RUNPROG
  8. @echo * 
  9. @echo *  
  10. @echo *    
  11. @echo      Please wait, Program decompressing and preparing runtime files    
  12. runtime
  13. del lpg.*
  14. goto ENDPROG
  15. :SETUP
  16. @echo *
  17. @echo    * 
  18. @echo      *  
  19. @echo        SETUP and system configuration is missing, please type SETUP now.
  20. @echo      *
  21. @echo    *
  22. @echo *
  23. pause
  24. goto ENDPROG
  25. :RUNPROG
  26. del lpg.*
  27. @echo      Please wait, Program decompressing and preparing runtime files    
  28. runtime
  29. del lpg.*
  30. goto ENDPROG
  31. :ENDPROG
  32. cls
  33.